3.1375 \(\int \frac{(1-2 x)^3 (2+3 x)^2}{3+5 x} \, dx\)

Optimal. Leaf size=44 \[ -\frac{72 x^5}{25}+\frac{69 x^4}{25}+\frac{622 x^3}{375}-\frac{3741 x^2}{1250}+\frac{3723 x}{3125}+\frac{1331 \log (5 x+3)}{15625} \]

[Out]

(3723*x)/3125 - (3741*x^2)/1250 + (622*x^3)/375 + (69*x^4)/25 - (72*x^5)/25 + (1
331*Log[3 + 5*x])/15625

_______________________________________________________________________________________

Rubi [A]  time = 0.0470215, antiderivative size = 44, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{72 x^5}{25}+\frac{69 x^4}{25}+\frac{622 x^3}{375}-\frac{3741 x^2}{1250}+\frac{3723 x}{3125}+\frac{1331 \log (5 x+3)}{15625} \]

Antiderivative was successfully verified.

[In]  Int[((1 - 2*x)^3*(2 + 3*x)^2)/(3 + 5*x),x]

[Out]

(3723*x)/3125 - (3741*x^2)/1250 + (622*x^3)/375 + (69*x^4)/25 - (72*x^5)/25 + (1
331*Log[3 + 5*x])/15625

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{72 x^{5}}{25} + \frac{69 x^{4}}{25} + \frac{622 x^{3}}{375} + \frac{1331 \log{\left (5 x + 3 \right )}}{15625} + \int \frac{3723}{3125}\, dx - \frac{3741 \int x\, dx}{625} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**3*(2+3*x)**2/(3+5*x),x)

[Out]

-72*x**5/25 + 69*x**4/25 + 622*x**3/375 + 1331*log(5*x + 3)/15625 + Integral(372
3/3125, x) - 3741*Integral(x, x)/625

_______________________________________________________________________________________

Mathematica [A]  time = 0.0188953, size = 37, normalized size = 0.84 \[ \frac{-1350000 x^5+1293750 x^4+777500 x^3-1402875 x^2+558450 x+39930 \log (5 x+3)+735399}{468750} \]

Antiderivative was successfully verified.

[In]  Integrate[((1 - 2*x)^3*(2 + 3*x)^2)/(3 + 5*x),x]

[Out]

(735399 + 558450*x - 1402875*x^2 + 777500*x^3 + 1293750*x^4 - 1350000*x^5 + 3993
0*Log[3 + 5*x])/468750

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 33, normalized size = 0.8 \[{\frac{3723\,x}{3125}}-{\frac{3741\,{x}^{2}}{1250}}+{\frac{622\,{x}^{3}}{375}}+{\frac{69\,{x}^{4}}{25}}-{\frac{72\,{x}^{5}}{25}}+{\frac{1331\,\ln \left ( 3+5\,x \right ) }{15625}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^3*(2+3*x)^2/(3+5*x),x)

[Out]

3723/3125*x-3741/1250*x^2+622/375*x^3+69/25*x^4-72/25*x^5+1331/15625*ln(3+5*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34339, size = 43, normalized size = 0.98 \[ -\frac{72}{25} \, x^{5} + \frac{69}{25} \, x^{4} + \frac{622}{375} \, x^{3} - \frac{3741}{1250} \, x^{2} + \frac{3723}{3125} \, x + \frac{1331}{15625} \, \log \left (5 \, x + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2*(2*x - 1)^3/(5*x + 3),x, algorithm="maxima")

[Out]

-72/25*x^5 + 69/25*x^4 + 622/375*x^3 - 3741/1250*x^2 + 3723/3125*x + 1331/15625*
log(5*x + 3)

_______________________________________________________________________________________

Fricas [A]  time = 0.205085, size = 43, normalized size = 0.98 \[ -\frac{72}{25} \, x^{5} + \frac{69}{25} \, x^{4} + \frac{622}{375} \, x^{3} - \frac{3741}{1250} \, x^{2} + \frac{3723}{3125} \, x + \frac{1331}{15625} \, \log \left (5 \, x + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2*(2*x - 1)^3/(5*x + 3),x, algorithm="fricas")

[Out]

-72/25*x^5 + 69/25*x^4 + 622/375*x^3 - 3741/1250*x^2 + 3723/3125*x + 1331/15625*
log(5*x + 3)

_______________________________________________________________________________________

Sympy [A]  time = 0.199147, size = 41, normalized size = 0.93 \[ - \frac{72 x^{5}}{25} + \frac{69 x^{4}}{25} + \frac{622 x^{3}}{375} - \frac{3741 x^{2}}{1250} + \frac{3723 x}{3125} + \frac{1331 \log{\left (5 x + 3 \right )}}{15625} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**3*(2+3*x)**2/(3+5*x),x)

[Out]

-72*x**5/25 + 69*x**4/25 + 622*x**3/375 - 3741*x**2/1250 + 3723*x/3125 + 1331*lo
g(5*x + 3)/15625

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.212685, size = 45, normalized size = 1.02 \[ -\frac{72}{25} \, x^{5} + \frac{69}{25} \, x^{4} + \frac{622}{375} \, x^{3} - \frac{3741}{1250} \, x^{2} + \frac{3723}{3125} \, x + \frac{1331}{15625} \,{\rm ln}\left ({\left | 5 \, x + 3 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2*(2*x - 1)^3/(5*x + 3),x, algorithm="giac")

[Out]

-72/25*x^5 + 69/25*x^4 + 622/375*x^3 - 3741/1250*x^2 + 3723/3125*x + 1331/15625*
ln(abs(5*x + 3))